Package | cce.fhir.minimal |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=cce.fhir.minimal@0.3.0&canonical=https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Observation-Histology |
Url | https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Observation-Histology |
Version | 0.0.1 |
Status | draft |
Name | Histology |
Experimental | False |
Description | Indicates the histology of the tumor based on the current ICD-O-3 classification |
Type | Observation |
Kind | resource |
{
"resourceType" : "StructureDefinition",
"url" : "https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Observation-Histology",
"version" : "0.0.1",
"name" : "Histology",
"status" : "draft",
"description" : "Indicates the histology of the tumor based on the current ICD-O-3 classification",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "Observation",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Observation.status",
"path" : "Observation.status",
"mustSupport" : true
},
{
"id" : "Observation.code",
"path" : "Observation.code",
"mustSupport" : true
},
{
"id" : "Observation.code.coding.system",
"path" : "Observation.code.coding.system",
"fixedUri" : "http://loinc.org"
},
{
"id" : "Observation.code.coding.code",
"path" : "Observation.code.coding.code",
"fixedCode" : "59847-4"
},
{
"id" : "Observation.subject",
"path" : "Observation.subject",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Patient-Patient",
"https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Patient-Pseudonym"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.focus",
"path" : "Observation.focus",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Resource",
"https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Condition-Primarydiagnosis"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.effective[x]",
"path" : "Observation.effective[x]",
"short" : "effectiveDateTime",
"type" : [
{
"code" : "dateTime"
}
],
"mustSupport" : true,
"mapping" : [
{
"identity" : "ADT-GEKID",
"map" : "Histology:Histologydate",
"comment" : "Histology:Histologydate"
},
{
"identity" : "ISO-11179",
"map" : "urn:adt:dataelement:35:1"
}
]
},
{
"id" : "Observation.performer",
"path" : "Observation.performer",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Organization-Organisation"
]
}
]
},
{
"id" : "Observation.value[x]",
"path" : "Observation.value[x]",
"min" : 1,
"type" : [
{
"code" : "CodeableConcept"
}
],
"mustSupport" : true
},
{
"id" : "Observation.value[x].coding",
"path" : "Observation.value[x].coding",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Observation.value[x].coding.system",
"path" : "Observation.value[x].coding.system",
"short" : "ICD-O-3",
"definition" : "International Classification of Diseases for Oncology, version 3",
"min" : 1,
"fixedUri" : "urn:oid:2.16.840.1.113883.6.43.1",
"mustSupport" : true
},
{
"id" : "Observation.value[x].coding.version",
"path" : "Observation.value[x].coding.version",
"short" : "ICD-O Catalogue Morphology (Version)",
"definition" : "Catalog version of the ICD-O",
"min" : 1,
"mustSupport" : true,
"binding" : {
"strength" : "extensible",
"description" : "ICD-O-3 Version",
"valueSet" : "https://www.cancercoreeurope.eu/fhir/core/ValueSet/ICDOVersionVS"
},
"mapping" : [
{
"identity" : "ADT-GEKID",
"map" : "Histology:Morphology_ICD_O_Version",
"comment" : "Histology:Morphology_ICD_O_Version"
},
{
"identity" : "ISO-11179",
"map" : "urn:dktk:dataelement:8:2",
"comment" : "urn:dktk:dataelement:8:2"
}
]
},
{
"id" : "Observation.value[x].coding.code",
"path" : "Observation.value[x].coding.code",
"short" : "Morphology",
"definition" : "Indicates the histology of the tumor based on the current ICD-O-3 classification",
"min" : 1,
"mustSupport" : true,
"binding" : {
"strength" : "required",
"description" : "ICD-O-3 Morphology",
"valueSet" : "https://www.cancercoreeurope.eu/fhir/core/ValueSet/MorphologyICDO3VS"
},
"mapping" : [
{
"identity" : "ADT-GEKID",
"map" : "Histology:Morphology_Code",
"comment" : "Histology:Morphology_Code"
},
{
"identity" : "ISO-11179",
"map" : "urn:dktk:dataelement:7:2",
"comment" : "urn:dktk:dataelement:7:2"
}
]
},
{
"id" : "Observation.value[x].text",
"path" : "Observation.value[x].text",
"mustSupport" : true,
"mapping" : [
{
"identity" : "ADT-GEKID",
"map" : "Histology.Morphology_Freetext",
"comment" : "Histology.Morphology_Freetext"
},
{
"identity" : "ISO-11179",
"map" : "urn:adt:dataelement:39:1"
}
]
},
{
"id" : "Observation.specimen",
"path" : "Observation.specimen",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://fhir.bbmri.de/StructureDefinition/Specimen"
]
}
]
},
{
"id" : "Observation.specimen.reference",
"path" : "Observation.specimen.reference",
"min" : 1
},
{
"id" : "Observation.hasMember",
"path" : "Observation.hasMember",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "reference"
}
],
"rules" : "open"
},
"mustSupport" : true
},
{
"id" : "Observation.hasMember:Grading",
"path" : "Observation.hasMember",
"sliceName" : "Grading",
"max" : "1",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Observation-Grading"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.hasMember:NumberOfLymphNodesExamined",
"path" : "Observation.hasMember",
"sliceName" : "NumberOfLymphNodesExamined",
"max" : "1",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Observation-NumberOfLymphNodesExamined"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.hasMember:NumberOfLymphNodesAffected",
"path" : "Observation.hasMember",
"sliceName" : "NumberOfLymphNodesAffected",
"max" : "1",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Observation-NumberOfLymphNodesAffected"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.hasMember:NumberOfSentinelLymphNodesExamined",
"path" : "Observation.hasMember",
"sliceName" : "NumberOfSentinelLymphNodesExamined",
"max" : "1",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Observation-NumberOfSentinelLymphNodesExamined"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.hasMember:NumberOfSentinelLymphNodesAffected",
"path" : "Observation.hasMember",
"sliceName" : "NumberOfSentinelLymphNodesAffected",
"max" : "1",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Observation-NumberOfSentinelLymphNodesAffected"
]
}
],
"mustSupport" : true
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.